home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue45 / System / UMain.dfm / UMain.txt
Encoding:
Text File  |  2000-11-02  |  2.1 KB  |  115 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 195
  4.   Width = 809
  5.   Height = 552
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BrightLabel: TLabel
  17.     Left = 575
  18.     Top = 15
  19.     Width = 52
  20.     Height = 13
  21.     Caption = 'Brightness:'
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 561
  27.     Height = 525
  28.     Align = alLeft
  29.     TabOrder = 0
  30.     object ScrollBox1: TScrollBox
  31.       Left = 1
  32.       Top = 1
  33.       Width = 559
  34.       Height = 523
  35.       Align = alClient
  36.       TabOrder = 0
  37.       object Image1: TImage
  38.         Left = 0
  39.         Top = 0
  40.         Width = 555
  41.         Height = 519
  42.         AutoSize = True
  43.       end
  44.     end
  45.   end
  46.   object Flipped: TCheckBox
  47.     Left = 577
  48.     Top = 88
  49.     Width = 97
  50.     Height = 17
  51.     Caption = 'Flipped'
  52.     TabOrder = 1
  53.     OnClick = FlippedClick
  54.   end
  55.   object Mirrored: TCheckBox
  56.     Left = 577
  57.     Top = 111
  58.     Width = 97
  59.     Height = 17
  60.     Caption = 'Mirrored'
  61.     TabOrder = 2
  62.     OnClick = MirroredClick
  63.   end
  64.   object LoadBtn: TButton
  65.     Left = 580
  66.     Top = 172
  67.     Width = 90
  68.     Height = 25
  69.     Caption = 'Load...'
  70.     TabOrder = 3
  71.     OnClick = LoadBtnClick
  72.   end
  73.   object Inverted: TCheckBox
  74.     Left = 577
  75.     Top = 134
  76.     Width = 97
  77.     Height = 17
  78.     Caption = 'Inverted'
  79.     TabOrder = 4
  80.     OnClick = InvertedClick
  81.   end
  82.   object BrightBar: TTrackBar
  83.     Left = 572
  84.     Top = 37
  85.     Width = 217
  86.     Height = 45
  87.     Max = 255
  88.     Min = -255
  89.     Orientation = trHorizontal
  90.     Frequency = 16
  91.     Position = 0
  92.     SelEnd = 0
  93.     SelStart = 0
  94.     TabOrder = 5
  95.     TickMarks = tmBottomRight
  96.     TickStyle = tsAuto
  97.     OnChange = BrightBarChange
  98.   end
  99.   object BlurBtn: TButton
  100.     Left = 580
  101.     Top = 212
  102.     Width = 90
  103.     Height = 25
  104.     Caption = 'Gaussian Blur'
  105.     TabOrder = 6
  106.     OnClick = BlurBtnClick
  107.   end
  108.   object OpenDialog1: TOpenDialog
  109.     DefaultExt = 'BMP'
  110.     Filter = 'Bitmaps (*.BMP)|*.BMP'
  111.     Left = 751
  112.     Top = 280
  113.   end
  114. end
  115.